home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d7 / ez_spell.arc / EZ-SPELL.TXT next >
Text File  |  1990-03-25  |  6KB  |  166 lines

  1.  
  2.  
  3.            HOW TO INTEGRATE A SPELL CHECKER WITH EZ-READER
  4.  
  5.  
  6.      This file will discuss how to integrate a spell checker with
  7.      EZ-Reader so you can be sure all of your messages are neat,
  8.      clean, and well behaved when you send them on their way.
  9.      All of the information in the file is current as of March 8,
  10.      1990.
  11.  
  12.      You will need the following files for this project:
  13.  
  14.      EZ127.ZIP    The current version of EZ-Reader
  15.      QEDIT21.ZIP  The current version of QEdit
  16.      SS16.ZIP     The current version of ShareSpell
  17.  
  18.      I am assuming that you already have EZ-Reader up and
  19.      running, and that you know how to use it to enter and reply
  20.      to messages.  If not, start this project by reading the
  21.      EZ-Reader documentation.  I am also going to assume that you
  22.      have installed QEdit as your ASCII text editor in the
  23.      EZ-Reader configuration profile.  If not, consider doing so
  24.      for two reasons.  First, QEdit is an excellent ASCII text
  25.      editor and is extremely easy to learn.  Second, the
  26.      instructions I am about to give for integrating a spell
  27.      checker with EZ-Reader are written specifically for QEdit.
  28.      You're on your own with anything else.
  29.  
  30.  
  31.      MODIFYING EZ-READER
  32.  
  33.      The first step is to modify your EZ-Reader configuration
  34.      profile.
  35.  
  36.      1. Load EZ-Reader and press <F2> to pop up the configure
  37.         menu.
  38.      2. Select Editor and press <ENTER>
  39.      3. On the Editor Line, place "!" in front of your path to
  40.         QEdit.  For example, my Editor Line looks like this:
  41.  
  42.         !C:\EDITOR\Q.EXE
  43.  
  44.         If Q.EXE is in your EZ-Reader directory, type: !Q.EXE
  45.  
  46.         The following WILL NOT WORK:
  47.  
  48.         C:\EDITOR\!Q.EXE
  49.  
  50.      The "!" in front of the QEdit path tells EZ-Reader to swap
  51.      to disk when running QEdit.  This frees up enough memory to
  52.      run both QEdit and a spell checker.  When you finish your
  53.      message and exit QEdit, EZ-Reader will reload in the same
  54.      place you left it.
  55.  
  56.      I have answered the rest of the Editor Window questions as
  57.      follows:
  58.  
  59.      Reply Filename: MESSAGE.TXT
  60.      Message Filename: MESSAGE.TXT
  61.      Does the editor accept two filenames on the command line? N
  62.  
  63.      (Although QEdit will accept two filenames, by answering no,
  64.      the original message you are replying to will be loaded into
  65.      the edit window. Just use block mark to delete lines you
  66.      don't want to quote in your reply.)
  67.  
  68.      Press <ESC> to exit the Editor Window, and then press <S> to
  69.      save the profile.
  70.  
  71.  
  72.      MODIFYING QEDIT
  73.  
  74.      You need to write a macro to invoke the spell checker from
  75.      within QEdit.  In addition, because QEdit works on files in
  76.      RAM, we need to tell QEdit to replace the file in RAM with
  77.      the file on disk we just ran through the spell checker.  We
  78.      can do that by following these steps:
  79.  
  80.      1. Load the file QCONFIG.DAT into a text editor (how about
  81.         QEdit?)  This file comes with the QEDIT archive.  Go back
  82.         and get it from the archive if you don't have it in your
  83.         directory.
  84.      2. Page down until you get to the "function key set" area.
  85.      3. I have put the spell check macro on the <F10> key
  86.         (because that key is undefined in QCONFIG.DAT), but you
  87.         can redefine it to another key if you wish.
  88.      4. Type the following EXACTLY after the <F10> key space,
  89.         lining up the beginning of the macro with the definitions
  90.         above it:
  91.  
  92.      MacroBegin SaveFile Dos 'SS ' CurrentFilename Return Return "M"
  93.      EditFile CurrentFilename Return NewFile "N" Return
  94.  
  95.         The macro must all be on one line (I have to split it here
  96.         to fit the format of the text file) so remember to join the
  97.         lines together before you try to use it.
  98.      5. Save the file QCONFIG.DAT
  99.      6. Run QCONFIG.EXE to reconfigure QEdit
  100.      7. Select KEYS from the Configure Menu
  101.      8. You will be asked to enter the keyboard definition file,
  102.         press <ENTER> for QCONFIG.DAT
  103.      9. Press <S> to save your settings
  104.  
  105.  
  106.      ADDING SHARESPELL
  107.  
  108.      1. Unzip SS16.ZIP and put SS.EXE and SS.DIC in the the same
  109.         directory as QEdit.  (Be sure and add this directory to
  110.         your DOS PATH statement.)
  111.  
  112.  
  113.      MAKING IT ALL WORK
  114.  
  115.      If you followed the above directions, everything should
  116.      work.  The next time you enter or reply to a message using
  117.      EZ-Reader, press <F10> while you are in QEdit.  The current
  118.      file in memory will be saved to disk, you will enter the
  119.      spell checker, and when the spell checker is done, the
  120.      perfectly spelled file on disk will be loaded into memory and
  121.      you'll be back in QEdit.  Save the file, quit QEdit, and
  122.      you'll be back in EZ-Reader with a perfectly spelled
  123.      message.
  124.  
  125.  
  126.      FINAL WORDS:
  127.  
  128.      Shareware authors spend a lot of time developing useful
  129.      tools for the rest of us.  You should pay for programs you
  130.      use on a regular basis.  If you want to register any of the
  131.      three programs mentioned above, or are having difficulties
  132.      locating the software, write to the following addresses:
  133.  
  134.      EZ-Reader:  Thumper Technologies
  135.                  P.O. Box 471012
  136.                  Tulsa, OK  74147-1012
  137.                  BBS: 918-627-0059
  138.  
  139.      QEdit:      SemWare
  140.                  4343 Shallowford Road, Suite C-3
  141.                  Marietta, GA  30062-5003
  142.                  Voice: 404-641-9002
  143.                  BBS:   404-641-8968
  144.  
  145.      ShareSpell: Acropolis Software
  146.                  4620 Hazel Ave.
  147.                  Fair Oaks, CA  95628
  148.  
  149.  
  150.      ABOUT BUTTON AND DIETZ, INC.
  151.  
  152.      Button and Dietz, Inc., is a human resources company in
  153.      Texas specializing in training activities for health and
  154.      human services professionals.  We conduct seminars on family
  155.      violence, sexual abuse, working effectively with angry and
  156.      hostile people, communications skills, and other issues.  We
  157.      also do professional report writing and editing.  If you are
  158.      interested, you can reach us at (512) 444-9822.
  159.  
  160.      Allen Dietz
  161.      Button and Dietz, Inc.
  162.      P.O. Box 19243
  163.      Austin, TX  78760-9243
  164.  
  165.      03/08/90
  166.